home *** CD-ROM | disk | FTP | other *** search
/ Super League / Super League.iso / TUTORIAL / CURSO / TEMA511.DXR / 00083.ls < prev    next >
Encoding:
Text File  |  1997-03-25  |  196 b   |  10 lines

  1. on mouseUp
  2.   puppetSound("smouse")
  3.   set the visible of sprite 11 to 1
  4.   if the doubleClick then
  5.     puppetSound("smouse")
  6.     set the visible of sprite 11 to 0
  7.     go(the frame + 1)
  8.   end if
  9. end
  10.